home *** CD-ROM | disk | FTP | other *** search
/ Programmer Plus 2007 / Programmer-Plus-2007.iso / Programming / Programming IDEs / Easy Syntex / Data1.cab / EasySyntax.exe / 0 / RCDATA / TFRMENVIRONMENT / TFRMENVIRONMENT.txt
Encoding:
Text File  |  2003-04-16  |  2.5 KB  |  116 lines

  1. object frmEnvironment: TfrmEnvironment
  2.   Left = 301
  3.   Top = 217
  4.   Width = 377
  5.   Height = 267
  6.   Caption = 'Environment'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Position = poMainFormCenter
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object dxPageControl1: TdxPageControl
  20.     Left = 0
  21.     Top = 0
  22.     Width = 369
  23.     Height = 240
  24.     ActivePage = dxTabSheet1
  25.     Align = alClient
  26.     HideButtons = False
  27.     HotTrack = False
  28.     MultiLine = False
  29.     OwnerDraw = False
  30.     RaggedRight = False
  31.     ScrollOpposite = False
  32.     TabHeight = 0
  33.     TabOrder = 0
  34.     TabPosition = dxtpTop
  35.     TabStop = True
  36.     TabWidth = 0
  37.     object dxTabSheet1: TdxTabSheet
  38.       Caption = 'General'
  39.       object Label1: TLabel
  40.         Left = 16
  41.         Top = 16
  42.         Width = 74
  43.         Height = 13
  44.         Caption = 'Syntaxfiles path'
  45.       end
  46.       object Label2: TLabel
  47.         Left = 16
  48.         Top = 80
  49.         Width = 65
  50.         Height = 13
  51.         Caption = 'Datafiles path'
  52.       end
  53.       object edtSyntaxFilesPath: TdxButtonEdit
  54.         Left = 16
  55.         Top = 32
  56.         Width = 337
  57.         TabOrder = 0
  58.         Buttons = <
  59.           item
  60.             Default = True
  61.           end>
  62.         OnButtonClick = edtSyntaxFilesPathButtonClick
  63.         ExistButtons = True
  64.       end
  65.       object edtDatafilespath: TdxButtonEdit
  66.         Left = 16
  67.         Top = 96
  68.         Width = 337
  69.         TabOrder = 1
  70.         Buttons = <
  71.           item
  72.             Default = True
  73.           end>
  74.         OnButtonClick = edtDatafilespathButtonClick
  75.         ExistButtons = True
  76.       end
  77.       object btnOk: TBitBtn
  78.         Left = 280
  79.         Top = 176
  80.         Width = 75
  81.         Height = 25
  82.         Caption = '&Ok'
  83.         TabOrder = 2
  84.         OnClick = btnOkClick
  85.       end
  86.       object btnCancel: TBitBtn
  87.         Left = 200
  88.         Top = 176
  89.         Width = 75
  90.         Height = 25
  91.         Caption = '&Cancel'
  92.         TabOrder = 3
  93.         OnClick = btnCancelClick
  94.       end
  95.       object chkRefreshDataObjects: TCheckBox
  96.         Left = 16
  97.         Top = 144
  98.         Width = 225
  99.         Height = 17
  100.         Caption = 'Automatically refresh datafile objects'
  101.         TabOrder = 4
  102.       end
  103.     end
  104.   end
  105.   object dlgOpenSyntaxfile: TDirectoryDialog
  106.     Top = 23
  107.     Left = 320
  108.     Title = 'Browse for Syntaxfiles Folder'
  109.   end
  110.   object dlgOpenDatafile: TDirectoryDialog
  111.     Top = 87
  112.     Left = 320
  113.     Title = 'Browse for Datafiles Folder'
  114.   end
  115. end
  116.